home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / recent2 / yamtools.readme < prev   
Text File  |  1997-04-21  |  4KB  |  97 lines

  1. Short:    (v1.4) Adds SEARCH function and more to YAM with MuiRexx GUI 
  2. Author:   dwhiting@europa.com  (Dick Whiting)
  3. Uploader: dwhiting@europa.com  (Dick Whiting)
  4. Version:  V1.4 minor fixes and delete duplicate mail script
  5. Type:     comm/mail
  6. Replaces: comm/mail/YamTools*
  7.  
  8.  
  9.                          Copyright ©1997 by Dick Whiting                      
  10.                                                                                 
  11.                                                                                 
  12.   Standard Disclaimer: I wrote it, it works for me, I don't guarantee           
  13.   that it will do anything productive for anyone else, etc. etc. ;-)            
  14.                                                                                 
  15.   HOWEVER, if you do find a use for it: I homeschool my kids and they would     
  16.   love a postcard from where EVER you live. Instant Geography Lesson;)          
  17.                                                                                 
  18.   Postcards:    Dick Whiting                                                    
  19.                 28590 S. Beavercreek Rd.                                        
  20.                 Mulino, Oregon 97042                                            
  21.                 USA                                                             
  22.                                                                                 
  23.   Email:        Dick Whiting <dwhiting@europa.com>                                                                                 
  24.                                                                                 
  25.                                                                                 
  26. Basics  
  27. ---------
  28.  
  29. This program adds a SEARCH function to YAM. It also allows you to run     
  30. ARexx scripts against selected folders, selected mail, or all mail in  
  31. selected folders.
  32.  
  33. Several useful extra scripts included.
  34.  
  35. There is bubble help available for all gadgets, lists, etc. Place the 
  36. pointer above the item and wait;)
  37.  
  38. There is also context sensitive help to this guide by pressing help with 
  39. the pointer over a gadget. 
  40.  
  41.  
  42. Requirements  
  43. ---------------
  44.  
  45. You will need several programs from Aminet:
  46.  
  47.    FlashFind  by Frank Würkner    - util/cli/FlashFind1.2.lha
  48.  
  49.    MuiRexx    by Russell Leighton  - dev/mui/MUIRexx_2_2.lha    
  50.  
  51.    And, of course, Marcel Beck's wonderful YAM mail software
  52.  
  53. You must also have MultiView in SYS:utilities
  54.  
  55. FILES INCLUDED IN THIS ARCHIVE:
  56.  
  57.    YamTools.rexx          - the REAL program.
  58.    YamTools.info          - for running from an icon
  59.    YamTools.guide         - this documentation
  60.    YamTools.guide.info    - multiview guide
  61.    StartYamTools.rexx     - starts YamTools from YAM ARexx menu item.
  62.    StopYamTools.rexx      - stops YamTools from YAM ARexx menu item.
  63.    ReadMe                 - what you're reading;)
  64.  
  65.    arexxqsort.lha         - handles sorting of stem variables.
  66.        by Willy Langeveld - originally found on Aminet 
  67.  
  68.    Extras:
  69.  
  70.    YTArchive.rexx         - archive selected incoming mail
  71.    YTArcMove.rexx         - archive/move from ANY folder to archives
  72.    YTArc2Sent.rexx        - move SENT mail back to SENT folder
  73.    YTDelete.rexx          - delete selected mail
  74.    YTDeDup.rexx           - locate & delete duplicate mail
  75.    YTDeSim.rexx           - locate & delete similar mails 
  76.  
  77.  
  78. Changes & Fixes
  79. ---------------
  80.  v1.4 Fixes and Changes:
  81.       
  82.       Added `Extra Scripts' YTDeDup.rexx to distribution 
  83.          YTDeDup.rexx locates and deletes duplicates within a folder.
  84.          Suggest 'Delete on Close' be your default if you use this so
  85.          that you can validate the correctness of the deletes.
  86.  
  87.       Added `Extra Scripts' YTDeSim.rexx to distribution 
  88.          YTDeSim.rexx locates and deletes SIMILAR mail within a folder.
  89.          Suggest 'Delete on Close' be your default if you use this so
  90.          that you can validate the correctness of the deletes.
  91.  
  92.       Added YAM version checking to YTArcMove.rexx
  93.       Added YAM version checking to YTArc2Sent.rexx 
  94.       Removed extra, unused code from YamTools.rexx     
  95.  
  96. See History in YamTools.guide for complete information.
  97.